home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / butility / ddplt053.zip / shoot_em < prev    next >
Text File  |  1995-02-27  |  2KB  |  51 lines

  1. This is where you enter the calls from your deed.
  2.  
  3. It is totally irrelevant whether the description is run clockwise or
  4. anti-clockwise.
  5.  
  6. For your convenience, stations may be prefixed with any combination of letters
  7. or numbers.  Since every station must have a UNIQUE name, this lets you have
  8. several land descriptions without duplicate station names.  I suggest just a
  9. few characters in the prefix.  DSA is a lot better than "David Smythe Lake
  10. Whoabegong Tract A"
  11.  
  12. You can also automatically number the stations from 00 to 99.  The maximum
  13. number of stations in this version is 99, in an attempt to keep memory
  14. requirements within reason.
  15.  
  16. I suggest that you make up a copy of your deed with each call numbered.  If the
  17. land description is especially confusing (they all are just plain confusing)
  18. you should write out a table (spreadsheet style) on paper.  Giving each call
  19. its own name and line will go a long way toward deobfusticating a land
  20. description.
  21.  
  22. Only calls with a direction and distance make any sense to DEEDPLT.  If you
  23. have calls like "with the conditional line made between Dan'l Boone and Chief
  24. Shitting Bull" or "with the meanders of Crooked Creek", then you might want to
  25. look at <SLY> Survey Land Yourself.
  26.  
  27. At present, I do not handle lines with <CURVES>.
  28.  
  29. You can automatically draw a map after each entry to see what you are doing.  I
  30. have been unsuccessful in preserving the data screen after returning from the
  31. map.  Thus you cannot see your previous data without leaving S = Shoot and
  32. using D = Display.  If you program in QuickBASIC 4.5 and have any suggestions,
  33. then see <SCREEN0S>.
  34.  
  35. The units used for the <Directn> and <Distance> are set in <PARAMTRS>.
  36.  
  37. If you enter just a single minus sign "-", then you can back up to recover from
  38. an error.  Errors which are discovered too late are best corrected by editing
  39. the data file with any text editor.  The file is a flat ASCII text.  You can
  40. also use a word processor in text mode, but that is as smart as plowing your
  41. garden with a bulldozer.  Try QEdit or Boxer and give your cumbersome overblown
  42. lummox commercial word processor to someone who needs to make a simple job
  43. difficult in order to justify her miserable existence.  Text editors are for
  44. authors; word processors are for typists.
  45.  
  46. After you change the data, you must recalculate with <DISPLAY> before the
  47. changes take effect.
  48.  
  49. Access to the entire text files is thru <CONTENTS>.
  50.  
  51.